home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / 2.0_nxyPalette1.2 / src / NXYInspector.h < prev    next >
Encoding:
Text File  |  1992-05-15  |  406 b   |  29 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <nib/InterfaceBuilder.h>
  5.  
  6. @interface NXYInspector:Inspector
  7. {
  8. id gridSwitch;
  9. id borderSwitch;
  10. id autoMaxMinSet;
  11. id xminValue;
  12. id xmaxValue;
  13. id xincValue;
  14. id yminValue;
  15. id ymaxValue;
  16. id yincValue;
  17. id titleLabelForm;
  18. id paperTypeSel;
  19. id logoSwitch;
  20. }
  21.  
  22. + finishLoading:(struct mach_header *)header; 
  23. + startUnloading;
  24. - init;
  25. - ok:sender;
  26. - revert:sender;
  27.  
  28. @end
  29.